home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 2101 < prev    next >
Encoding:
Text File  |  1996-08-05  |  2.3 KB  |  56 lines

  1. Newsgroups: comp.sys.amiga.programmer
  2. Path: newshub.cts.com!crash!cercle!bbs
  3. From: franck.roumy@centre.net
  4. Subject: re: Multi-line TEXT_KIND gadgets
  5. Sender: bbs@cercle.centre.net (Franck Roumy)
  6. Organization: CentreNet
  7. Message-ID: <1996Jan26.003257.3112@cercle.centre.net>
  8. References: <4e2hap$r50@hawk.ee.port.ac.uk>
  9. Date: Fri, 26 Jan 1996 00:32:57 GMT
  10.  
  11. >Hi,
  12.  
  13. >I'm writing an address book prog using DICE and I was wondering if anyone
  14. >knows of a way to implement multiply line TEXT_KIND gadgets using gadtools.
  15. >Is there an easy way of doing this?  I've thought of two ways.
  16. >(...)
  17. >Second way seems ideal, but it dosn't work.  This involves making  a
  18. >LISTVEW_KIND gadget, but without the scroll bars.  Problem is you can't make
  19. >them without the scrollers.  Or maybe you can?  Maybe there is a mystery flag
  20. >which I havn't seen....
  21.  
  22. >So, does anyone know how to implement multi-line text gadgets?
  23.  
  24. ------------------------------------------------------------------------------
  25.  
  26.   NAME
  27.      textfield.gadget -- multi-line text entry BOOPSI object (V3)
  28.  
  29.   LEGAL
  30.     textfield.gadget is Copyright ⌐ 1995 Mark Thomas
  31.     All rights reserved.
  32.  
  33.   FUNCTION
  34.     The textfield class allows you create an area on your screen for text
  35.     entry.  The class supports a number of features including unlimited
  36.     or limited size text entry, specifying the font and style to use,
  37.     specifying the colors for different parts (text, background, and
  38.     lines), two types of borders (with option to invert the borders for a
  39.     total of 4 types of borders) or no border, text left/center/right
  40.     justification, vertical centering, IntuiText labels, attached Images,
  41.     line spacing, limited character acceptance, insertion or block cursor,
  42.     cursor blinking speed or no blinking, read-only mode, modified buffer
  43.     flag, lined paper, cut/copy/paste/erase while editing or program-
  44.     matically, undo buffer, and settable word delimiter characters for
  45.     word wrapping.
  46. ------------------------------------------------------------------------------
  47.  
  48.     Have fun!
  49.  
  50.  
  51.    __   __                                    __   __
  52.    \ \V/ / E-Mail:  franck.roumy@centre.net   \ \V/ / Coder Amiga
  53.     > U <       &:  grafx@centre.net           > U <  100%
  54.    ( / \ ) Minitel: Graf'X (3614/15 AmigaTel) ( / \ ) assembler (gasp!)
  55.     »   »                                      »   »
  56.